3.1070 \(\int \frac {c+d \tan (e+f x)}{(a+i a \tan (e+f x))^3} \, dx\)

Optimal. Leaf size=112 \[ \frac {d+i c}{8 f \left (a^3+i a^3 \tan (e+f x)\right )}+\frac {x (c-i d)}{8 a^3}+\frac {-d+i c}{6 f (a+i a \tan (e+f x))^3}+\frac {d+i c}{8 a f (a+i a \tan (e+f x))^2} \]

[Out]

1/8*(c-I*d)*x/a^3+1/6*(I*c-d)/f/(a+I*a*tan(f*x+e))^3+1/8*(I*c+d)/a/f/(a+I*a*tan(f*x+e))^2+1/8*(I*c+d)/f/(a^3+I
*a^3*tan(f*x+e))

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 112, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.115, Rules used = {3526, 3479, 8} \[ \frac {d+i c}{8 f \left (a^3+i a^3 \tan (e+f x)\right )}+\frac {x (c-i d)}{8 a^3}+\frac {-d+i c}{6 f (a+i a \tan (e+f x))^3}+\frac {d+i c}{8 a f (a+i a \tan (e+f x))^2} \]

Antiderivative was successfully verified.

[In]

Int[(c + d*Tan[e + f*x])/(a + I*a*Tan[e + f*x])^3,x]

[Out]

((c - I*d)*x)/(8*a^3) + (I*c - d)/(6*f*(a + I*a*Tan[e + f*x])^3) + (I*c + d)/(8*a*f*(a + I*a*Tan[e + f*x])^2)
+ (I*c + d)/(8*f*(a^3 + I*a^3*Tan[e + f*x]))

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 3479

Int[((a_) + (b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(a*(a + b*Tan[c + d*x])^n)/(2*b*d*n), x] +
Dist[1/(2*a), Int[(a + b*Tan[c + d*x])^(n + 1), x], x] /; FreeQ[{a, b, c, d}, x] && EqQ[a^2 + b^2, 0] && LtQ[n
, 0]

Rule 3526

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> -Simp[((
b*c - a*d)*(a + b*Tan[e + f*x])^m)/(2*a*f*m), x] + Dist[(b*c + a*d)/(2*a*b), Int[(a + b*Tan[e + f*x])^(m + 1),
 x], x] /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && LtQ[m, 0]

Rubi steps

\begin {align*} \int \frac {c+d \tan (e+f x)}{(a+i a \tan (e+f x))^3} \, dx &=\frac {i c-d}{6 f (a+i a \tan (e+f x))^3}+\frac {(c-i d) \int \frac {1}{(a+i a \tan (e+f x))^2} \, dx}{2 a}\\ &=\frac {i c-d}{6 f (a+i a \tan (e+f x))^3}+\frac {i c+d}{8 a f (a+i a \tan (e+f x))^2}+\frac {(c-i d) \int \frac {1}{a+i a \tan (e+f x)} \, dx}{4 a^2}\\ &=\frac {i c-d}{6 f (a+i a \tan (e+f x))^3}+\frac {i c+d}{8 a f (a+i a \tan (e+f x))^2}+\frac {i c+d}{8 f \left (a^3+i a^3 \tan (e+f x)\right )}+\frac {(c-i d) \int 1 \, dx}{8 a^3}\\ &=\frac {(c-i d) x}{8 a^3}+\frac {i c-d}{6 f (a+i a \tan (e+f x))^3}+\frac {i c+d}{8 a f (a+i a \tan (e+f x))^2}+\frac {i c+d}{8 f \left (a^3+i a^3 \tan (e+f x)\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.98, size = 150, normalized size = 1.34 \[ \frac {\sec ^3(e+f x) ((-27 c+3 i d) \cos (e+f x)+2 (6 i c f x-c+6 d f x-i d) \cos (3 (e+f x))-9 i c \sin (e+f x)+2 i c \sin (3 (e+f x))-12 c f x \sin (3 (e+f x))-9 d \sin (e+f x)-2 d \sin (3 (e+f x))+12 i d f x \sin (3 (e+f x)))}{96 a^3 f (\tan (e+f x)-i)^3} \]

Antiderivative was successfully verified.

[In]

Integrate[(c + d*Tan[e + f*x])/(a + I*a*Tan[e + f*x])^3,x]

[Out]

(Sec[e + f*x]^3*((-27*c + (3*I)*d)*Cos[e + f*x] + 2*(-c - I*d + (6*I)*c*f*x + 6*d*f*x)*Cos[3*(e + f*x)] - (9*I
)*c*Sin[e + f*x] - 9*d*Sin[e + f*x] + (2*I)*c*Sin[3*(e + f*x)] - 2*d*Sin[3*(e + f*x)] - 12*c*f*x*Sin[3*(e + f*
x)] + (12*I)*d*f*x*Sin[3*(e + f*x)]))/(96*a^3*f*(-I + Tan[e + f*x])^3)

________________________________________________________________________________________

fricas [A]  time = 0.47, size = 76, normalized size = 0.68 \[ \frac {{\left (12 \, {\left (c - i \, d\right )} f x e^{\left (6 i \, f x + 6 i \, e\right )} + {\left (18 i \, c + 6 \, d\right )} e^{\left (4 i \, f x + 4 i \, e\right )} + {\left (9 i \, c - 3 \, d\right )} e^{\left (2 i \, f x + 2 i \, e\right )} + 2 i \, c - 2 \, d\right )} e^{\left (-6 i \, f x - 6 i \, e\right )}}{96 \, a^{3} f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e))^3,x, algorithm="fricas")

[Out]

1/96*(12*(c - I*d)*f*x*e^(6*I*f*x + 6*I*e) + (18*I*c + 6*d)*e^(4*I*f*x + 4*I*e) + (9*I*c - 3*d)*e^(2*I*f*x + 2
*I*e) + 2*I*c - 2*d)*e^(-6*I*f*x - 6*I*e)/(a^3*f)

________________________________________________________________________________________

giac [A]  time = 0.82, size = 140, normalized size = 1.25 \[ -\frac {\frac {6 \, {\left (i \, c + d\right )} \log \left (\tan \left (f x + e\right ) - i\right )}{a^{3}} + \frac {6 \, {\left (-i \, c - d\right )} \log \left (i \, \tan \left (f x + e\right ) - 1\right )}{a^{3}} + \frac {-11 i \, c \tan \left (f x + e\right )^{3} - 11 \, d \tan \left (f x + e\right )^{3} - 45 \, c \tan \left (f x + e\right )^{2} + 45 i \, d \tan \left (f x + e\right )^{2} + 69 i \, c \tan \left (f x + e\right ) + 69 \, d \tan \left (f x + e\right ) + 51 \, c - 19 i \, d}{a^{3} {\left (\tan \left (f x + e\right ) - i\right )}^{3}}}{96 \, f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e))^3,x, algorithm="giac")

[Out]

-1/96*(6*(I*c + d)*log(tan(f*x + e) - I)/a^3 + 6*(-I*c - d)*log(I*tan(f*x + e) - 1)/a^3 + (-11*I*c*tan(f*x + e
)^3 - 11*d*tan(f*x + e)^3 - 45*c*tan(f*x + e)^2 + 45*I*d*tan(f*x + e)^2 + 69*I*c*tan(f*x + e) + 69*d*tan(f*x +
 e) + 51*c - 19*I*d)/(a^3*(tan(f*x + e) - I)^3))/f

________________________________________________________________________________________

maple [B]  time = 0.22, size = 203, normalized size = 1.81 \[ \frac {\ln \left (\tan \left (f x +e \right )+i\right ) d}{16 f \,a^{3}}+\frac {i \ln \left (\tan \left (f x +e \right )+i\right ) c}{16 f \,a^{3}}-\frac {c}{6 f \,a^{3} \left (\tan \left (f x +e \right )-i\right )^{3}}-\frac {i d}{6 f \,a^{3} \left (\tan \left (f x +e \right )-i\right )^{3}}+\frac {c}{8 f \,a^{3} \left (\tan \left (f x +e \right )-i\right )}-\frac {i d}{8 f \,a^{3} \left (\tan \left (f x +e \right )-i\right )}-\frac {i c}{8 f \,a^{3} \left (\tan \left (f x +e \right )-i\right )^{2}}-\frac {d}{8 f \,a^{3} \left (\tan \left (f x +e \right )-i\right )^{2}}-\frac {i \ln \left (\tan \left (f x +e \right )-i\right ) c}{16 f \,a^{3}}-\frac {\ln \left (\tan \left (f x +e \right )-i\right ) d}{16 f \,a^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e))^3,x)

[Out]

1/16/f/a^3*ln(tan(f*x+e)+I)*d+1/16*I/f/a^3*ln(tan(f*x+e)+I)*c-1/6/f*c/a^3/(tan(f*x+e)-I)^3-1/6*I/f/a^3/(tan(f*
x+e)-I)^3*d+1/8/f/a^3/(tan(f*x+e)-I)*c-1/8*I/f/a^3/(tan(f*x+e)-I)*d-1/8*I/f/a^3/(tan(f*x+e)-I)^2*c-1/8/f/a^3/(
tan(f*x+e)-I)^2*d-1/16*I/f/a^3*ln(tan(f*x+e)-I)*c-1/16/f/a^3*ln(tan(f*x+e)-I)*d

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: RuntimeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e))^3,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative e
xponent.

________________________________________________________________________________________

mupad [B]  time = 5.10, size = 111, normalized size = 0.99 \[ -\frac {x\,\left (d+c\,1{}\mathrm {i}\right )\,1{}\mathrm {i}}{8\,a^3}-\frac {\mathrm {tan}\left (e+f\,x\right )\,\left (\frac {3\,c}{8\,a^3}-\frac {d\,3{}\mathrm {i}}{8\,a^3}\right )-\frac {c\,5{}\mathrm {i}}{12\,a^3}-\frac {d}{12\,a^3}+{\mathrm {tan}\left (e+f\,x\right )}^2\,\left (\frac {d}{8\,a^3}+\frac {c\,1{}\mathrm {i}}{8\,a^3}\right )}{f\,\left (-{\mathrm {tan}\left (e+f\,x\right )}^3\,1{}\mathrm {i}-3\,{\mathrm {tan}\left (e+f\,x\right )}^2+\mathrm {tan}\left (e+f\,x\right )\,3{}\mathrm {i}+1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*tan(e + f*x))/(a + a*tan(e + f*x)*1i)^3,x)

[Out]

- (x*(c*1i + d)*1i)/(8*a^3) - (tan(e + f*x)*((3*c)/(8*a^3) - (d*3i)/(8*a^3)) - (c*5i)/(12*a^3) - d/(12*a^3) +
tan(e + f*x)^2*((c*1i)/(8*a^3) + d/(8*a^3)))/(f*(tan(e + f*x)*3i - 3*tan(e + f*x)^2 - tan(e + f*x)^3*1i + 1))

________________________________________________________________________________________

sympy [A]  time = 0.52, size = 264, normalized size = 2.36 \[ \begin {cases} - \frac {\left (\left (- 512 i a^{6} c f^{2} e^{6 i e} + 512 a^{6} d f^{2} e^{6 i e}\right ) e^{- 6 i f x} + \left (- 2304 i a^{6} c f^{2} e^{8 i e} + 768 a^{6} d f^{2} e^{8 i e}\right ) e^{- 4 i f x} + \left (- 4608 i a^{6} c f^{2} e^{10 i e} - 1536 a^{6} d f^{2} e^{10 i e}\right ) e^{- 2 i f x}\right ) e^{- 12 i e}}{24576 a^{9} f^{3}} & \text {for}\: 24576 a^{9} f^{3} e^{12 i e} \neq 0 \\x \left (- \frac {c - i d}{8 a^{3}} + \frac {\left (c e^{6 i e} + 3 c e^{4 i e} + 3 c e^{2 i e} + c - i d e^{6 i e} - i d e^{4 i e} + i d e^{2 i e} + i d\right ) e^{- 6 i e}}{8 a^{3}}\right ) & \text {otherwise} \end {cases} - \frac {x \left (- c + i d\right )}{8 a^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c+d*tan(f*x+e))/(a+I*a*tan(f*x+e))**3,x)

[Out]

Piecewise((-((-512*I*a**6*c*f**2*exp(6*I*e) + 512*a**6*d*f**2*exp(6*I*e))*exp(-6*I*f*x) + (-2304*I*a**6*c*f**2
*exp(8*I*e) + 768*a**6*d*f**2*exp(8*I*e))*exp(-4*I*f*x) + (-4608*I*a**6*c*f**2*exp(10*I*e) - 1536*a**6*d*f**2*
exp(10*I*e))*exp(-2*I*f*x))*exp(-12*I*e)/(24576*a**9*f**3), Ne(24576*a**9*f**3*exp(12*I*e), 0)), (x*(-(c - I*d
)/(8*a**3) + (c*exp(6*I*e) + 3*c*exp(4*I*e) + 3*c*exp(2*I*e) + c - I*d*exp(6*I*e) - I*d*exp(4*I*e) + I*d*exp(2
*I*e) + I*d)*exp(-6*I*e)/(8*a**3)), True)) - x*(-c + I*d)/(8*a**3)

________________________________________________________________________________________